AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Hoja de cálculo
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Retrieves the list of selected cells in a Spreadsheet control found in a window.
Example
// Calculates the sum of all selected cells
// (Numeric cells)
Total is int
FOR EACH sCellName OF SpreadsheetGetSelection(PSHEET_Spreadsheet)
Total += PSHEET_Spreadsheet[sCellName]
END
Syntax
<Result> = SpreadsheetGetSelection(<Spreadsheet control>)
<Result>: Array of strings
  • Array of strings containing the name of the selected cells in the Spreadsheet control.
  • Empty string ("") if no cell is selected.
<Spreadsheet control>: Control name
Name of the Spreadsheet control to be used.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 20
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local